Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Function |find

regex::|find


Usage

|find(text, regex)

Parameters

↳ text: string
↳ regex: string

Return

Option<string>


Find in string according to a regex.

The regex syntax is Unicode-aware. Please refer to Regex Syntax in documentation for full syntax description.